home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 393 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: homer.zko.dec.com!mbrodeur
  2. From: mbrodeur@homer.zko.dec.com (Michael Brodeur)
  3. Newsgroups: comp.arch,comp.lang.c
  4. Subject: Re: Did Microsoft decree a byte order?
  5. Followup-To: comp.arch,comp.lang.c
  6. Date: 4 Jan 1996 21:00:10 GMT
  7. Organization: Digital Equipment Corporation
  8. Message-ID: <4chf4q$t0q@zk2nws.zko.dec.com>
  9. References: <4b56do$c3u@sundog.tiac.net> <4b9pih$378@newshost.quickturn.com> <JAN.96Jan4144902@cora.neuroinformatik.ruhr-uni-bochum.de>
  10. Reply-To: mbrodeur@zko.dec.com
  11. NNTP-Posting-Host: homer.zko.dec.com
  12. X-Newsreader: TIN [version 1.2 PL1]
  13.  
  14. Jan Vorbrueggen (jan@neuroinformatik.ruhr-uni-bochum.de) wrote:
  15. > In article <jgkDKMn2x.2KA@netcom.com> Joe Keane <jgk@netcom.com> writes:
  16.  
  17. >    Performance is a fine excuse but, take it from me, it's just an excuse.
  18.  
  19. > Nonsense. Ever tried reading a 50 MByte array iteratively with a working set
  20. > of 2 MB (old example, scale up to the numbers to your liking)? When you're
  21. > spending a third of your CPU just shuffling the data around, you sure don't
  22. > want to spend another factor of three (8-)) just to satisfy that request for
  23. > portability. 
  24.  
  25. On the contrary.  A former employer of mine uses a binary data file format
  26. and prides itself on the fact that its data is portable across a wide
  27. variety of hardware.  With this approach they can sell their software on
  28. whatever the hot box of the year is and their customers never have to 
  29. worry about losing their investment in data.  Since the customers _really_
  30. value their data (and for a _very_ long time) this is a big selling point.
  31.  
  32. Obviously you're going to take a hit when you need to do data translation 
  33. but that is an acceptable trade-off to the flexibility and stability
  34. of hardware independence.
  35.  
  36. -----------------------------------------------------------------------------
  37. Michael Brodeur                                 Digital Equipment Corporation
  38. DEC FUSE Development                           110 Spit Brook Road ZKO-2/3Q08
  39. mbrodeur@zko.dec.com                                         Nashua, NH 03062
  40. -----------------------------------------------------------------------------
  41.